home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / PressReleases94 / 12December94 / QLIPO.txt < prev    next >
Text File  |  1995-06-12  |  2KB  |  61 lines

  1.  
  2.  
  3. ftp://hasc.ca/pub/next/qlipo-1.0.tar.gz
  4.  
  5.  
  6. Request for beta testers: QLIPO -- NeXT compatible, portable LIPO.
  7.  
  8. Send bug reports to:
  9.  
  10. Darcy Brockbank <samurai@hasc.ca>
  11. Hutchison Ave. Software
  12. Version 1.0 <BETA>
  13. Dec 22, 1994
  14.  
  15. This program is loosely based on plipo, by Christian Scheider, which
  16. served mainly as example code and inspiration that this could be done.
  17. The intent of this program is to furnish an upgrade path for people
  18. who have broken versions of 'lipo' as under NEXTSTEP 3.2 and previous
  19. versions. QLIPO is bug-for-bug compatible with lipo... well, not exactly
  20. bug-for-bug, but it does a good job of handling all the arguments you
  21. can pass it, while giving some more useful messages than our old
  22. buggy friend lipo.
  23.  
  24. Replacing lipo might be useful to you, because it will allow you to
  25. deal with mega fat binaries, without having to upgrade your OS. A
  26. side effect of this is the implication that you may not have to
  27. upgrade to NS 3.3 to use NS Developer 3.3, since lipo is likely the
  28. only thing that 3.3 developer depends on. I dunno... try it and see.
  29.  
  30. For the most part, this program is portable to any UNIX, though it works
  31. only on MACH-O files. At the moment, I'm being very conservative by
  32. keeping the byte alignments of the fat files at 8192 byte boundaries.
  33. While this will result in a bit of wasted space, it makes sure that
  34. all executables are happy. Future versions will allow for less
  35. conservative alignments.
  36.  
  37. This program is being provided with the hope it will be interesting,
  38. and perhaps useful, but no guarantees are made as to it's functionality
  39. or usefulness, nor do I or Hutchison Ave. Software warrant it in any
  40. other way.
  41.  
  42. Please keep me informed as to incompatabilities or problems, and I
  43. will do my best to fix things. Lots of this code is gross... I'm
  44. sorry about that, but I'm just trying to get it to work. Typical
  45. C programmer's excuse. I did write this over the course of 24 hours
  46. though, so please be gentle with me.
  47.  
  48. This software is donated to the public domain, as long as you don't
  49. remove the attributions.
  50.  
  51. TODO
  52.  
  53. 1) support segalign... -segalign is being ignored in favor of a safe
  54.    alignment of 8192 bytes right now.
  55. 2) support multiple -remove flags... I had no idea this could be
  56.    specified, so I didn't work it in.
  57.  
  58. If you have any fixes, suggestions, or bug reports, please send them.
  59. If you want to work on this too, feel free.
  60.  
  61. - darcy